Click or drag to resize

ServiceGetMeetingMessage Method (ItemId, IListPropertyPath)

Gets a meeting message.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public MeetingMessage GetMeetingMessage(
	ItemId itemId,
	IList<PropertyPath> propertyPaths
)

Parameters

itemId
Type: Independentsoft.ExchangeItemId
The ID of the item to return.
propertyPaths
Type: System.Collections.GenericIListPropertyPath
The set of properties to return.

Return Value

Type: MeetingMessage
MeetingMessage.
See Also